Skip to content

feat: add toast notifications for transaction lifecycle#452

Merged
PrincessnJoy merged 2 commits into
PrincessnJoy:mainfrom
devSoniia:feat/277-toast-notifications
Jun 27, 2026
Merged

feat: add toast notifications for transaction lifecycle#452
PrincessnJoy merged 2 commits into
PrincessnJoy:mainfrom
devSoniia:feat/277-toast-notifications

Conversation

@devSoniia

Copy link
Copy Markdown
Contributor

Resolves #277

  • Add Toast component with pending/success/error variants (auto-dismiss: success=4s, error=6s, pending=manual)
  • useToast hook manages toast list and timers
  • Dismissible via × button; aria-live region for screen reader support
  • Wallet connect/disconnect emit pending → success/error toasts
  • ProposalDetail accepts onToast prop; vote buttons show pending → result toast

devSoniia and others added 2 commits June 26, 2026 22:32
…#277)

- Add Toast component with pending/success/error variants
- useToast hook: auto-dismiss (success=4s, error=6s, pending=manual)
- Dismissible via × button; aria-live region for screen readers
- Wallet connect/disconnect show pending → success/error toasts
- ProposalDetail accepts onToast prop; voting shows pending → result toast
@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@devSoniia Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@PrincessnJoy PrincessnJoy merged commit a1448e1 into PrincessnJoy:main Jun 27, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add toast notifications for transaction lifecycle

2 participants